Welcome![Sign In][Sign Up]
Location:
Search - error correction and detection code

Search list

[Otherxunhuanma

Description: 利用MatLab软件,实现一种或几种循环码的编译码过程。再现编码和译码的步骤,绘制有关的性能曲线和波形图,并且能检错和纠错。-use MatLab software, to achieve one or a few recycling code encryption process. Reproduction coding and decoding steps, drawing on the performance curve and waveform map, and can, and error detection and correction.
Platform: | Size: 10593 | Author: 李家军 | Hits:

[Otherxunhuanma

Description: 利用MatLab软件,实现一种或几种循环码的编译码过程。再现编码和译码的步骤,绘制有关的性能曲线和波形图,并且能检错和纠错。-use MatLab software, to achieve one or a few recycling code encryption process. Reproduction coding and decoding steps, drawing on the performance curve and waveform map, and can, and error detection and correction.
Platform: | Size: 10240 | Author: 李家军 | Hits:

[Windows DevelopQRcodeDecoder

Description: QRcode解码译码器,功能为读入一张图片译出其内容,图片可以是拍摄的。本站其他相关资源都没有此部分源码,此为本人结合官方JAVA源码编写的完整译码部分,具体功能包括图形探测定位、图形过滤校正、检错纠错等。-QRcode codec decoder, functions as a picture translated to read its contents, pictures can be taken. Site other related resources are not part of this source, this is my official JAVA source combined with the preparation of a complete decoding of the specific features include detection of positioning graphics, graphics filter correction, such as Error Detection and Correction.
Platform: | Size: 80896 | Author: 崔岩 | Hits:

[AlgorithmHammingCode

Description: 此程序实现对汉明码的编码与译码算法。汉明码是一种多重(复式)奇偶检错系统。它将信息用逻辑形式编码,以便能够检错和纠错。用在汉明码中的全部传输码字是由原来的信息和附加的奇偶监督位组成的。-This process of realization of hamming code encoding and decoding algorithm. Hamming code is a multiple (double) parity error detection system. It will use the logic of the form of coded information to enable error detection and error correction. Hamming code used in all transmission code word is from the original information and additional parity bit comprising supervision.
Platform: | Size: 240640 | Author: 杨芹勍 | Hits:

[Windows DevelopMML

Description: MML的源代码,又很强的检错和纠错功能,方便广大写作业的同学-MML source code, but also a strong error detection and error correction function to facilitate replication of the broad masses of students
Platform: | Size: 4096 | Author: 林寒 | Hits:

[Crack HackCRC

Description: 循环冗余校验,中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-Cyclic Redundancy Check, the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of linear block codes, encoding and decoding method is simple, error detection and error correction capability, in the widely used communications error control implementation.
Platform: | Size: 1024 | Author: lu xin | Hits:

[source in ebookHammingDecoder

Description: -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN --- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN
Platform: | Size: 4096 | Author: djs | Hits:

[Software EngineeringCRC_description.pdf

Description: CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-CRC called the English Cyclic Redundancy Check (Code), the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of linear block codes, encoding and decoding method is simple, error detection and error correction capability in the field of communication is widely used to achieve error control.
Platform: | Size: 77824 | Author: wuhuarong | Hits:

[Communication-Mobilehamming_decoder

Description: VHDL编写的Hamming码的程序,可以正确解码--- This Hamming decoder accepts an 8-bit Hamming code and performs single error correction and double error detection.
Platform: | Size: 1024 | Author: 郑全 | Hits:

[VHDL-FPGA-VerilogCRCDecoding

Description: CRC检错程序。只能检错不能纠错。(40,32)的分组码检错,反馈函数:x8+x7+x4+x3+x+1-CRC error detection process. Not only error detection correction. (40,32) and block code error detection, feedback function: x8+ x7+ x4+ x3+ x+1
Platform: | Size: 147456 | Author: 李雪茹 | Hits:

[VHDL-FPGA-Verilogbch-coding

Description: In this project, we are implementing the error detection and correction using BCH code (Bose Chaudhuri Hocquenghem). Using VHDL and targeted on FPGA for synthesis of the code. The encoder and decoder combine called as a codec.
Platform: | Size: 6164480 | Author: venkata vijay | Hits:

[Program docrs-codes

Description: Reed solomon code gives the idea for error correction and detection
Platform: | Size: 730112 | Author: anuradha | Hits:

[Linux-Unixprogram-for-Hamming-Code-generation-for-error-det

Description: program for Hamming Code generation for error detection and correction.
Platform: | Size: 2048 | Author: garv24 | Hits:

[AlgorithmHamming-code-for-error-detection-and-correction.r

Description: This set of files describe how error detection and correction can be done using hamming code/parity-bit checker
Platform: | Size: 76800 | Author: Rishav Goel | Hits:

[matlabhamming-code

Description: MATLAB中移动检错纠错码汉明码的源程序实现,包括编码和译码-MATLAB Mobile Hamming code error detection and correction of the source to achieve, including encoding and decoding
Platform: | Size: 1024 | Author: hwj | Hits:

[CommunicationECC

Description: hamming纠错编码:Make ECC parity code of 256bytes is represented -This file implements core ECC algorithms adopted Hamming Error Correction and Detection Algorithm
Platform: | Size: 2048 | Author: wang | Hits:

[Software Engineeringerror-detection-using-BCH-code

Description: error detection and correction using BCH code
Platform: | Size: 93184 | Author: 李义乾 | Hits:

[Graph RecognizeQRCodes

Description: 基于matlab 来开发QR识别和译码程序,运用图像校正、二值化、边缘检测等各种图像处理方法实现条码的预处理,并进行QR码的解码和纠错算法,充分利用面向对象的方法,结合图像处理技术,完成了基于图像处理的QR码快速识别的解码系统。-Based on Matlab QR recognition and decoding procedures, the use of the image correction, binarization, edge detection, and other various image processing methods to achieve the pretreatment of the code, and a QR code decoding and error correction algorithm, the full use of the object-oriented approach, combined with image processing technology, based on the completion of image processing QR code decoding system to quickly identify.
Platform: | Size: 442368 | Author: guoxi | Hits:

[Web Servermoviedog

Description: 1、增加了一套白色模版。 2、增加了自动检测主站功能,“主站维护”你的网站也会“自动提示维护”,主站正常你的网站自动恢复正常。 3、增加后台手动设置网站的开启与关闭。 4、IP限制播放页面更改为限制全站页面。 5、重新增加了缓存技术,如果感觉没以前稳定的。可以在后台把缓存设为0 6、重新修改了模版选择跟图片服务器选择的方式,在这感谢论坛的 wllz 提供代码。 7、修正报错功能。 8、修正评论功能。 9、修正后台配制文件的错误。 10、全面支持采集电影图片到本地,为了稳定大家尽量把图片采集到本地来。-1, adds a white template. 2, increasing the automatic detection of master function, the master maintenance Your website will be automatically prompt maintenance, The master is your Web site to automatically return to normal. 3, increase the background on and off manually set the site. 4, IP restrictions to limit the playback page change all stations page. 5, again increasing the cache, if the feeling is not as stable. In the background of the cache is set to 0 6, re-edit the template selection image server with selective manner, in this forum thanks wllz offer code. 7, error correction function. 8, correction comments. 9, the preparation of the background corrected the error file. 10, full support for movie capture image to the local, in order to stabilize the image we try to come to a local collection.
Platform: | Size: 1794048 | Author: pl | Hits:

[matlab汉明码编码程序

Description: matlab汉明码程序,实现汉明编码,,并实现纠错和检错功能(Matlab Hamming code program, to achieve Hamming coding, and to achieve error correction and error detection function)
Platform: | Size: 2048 | Author: liuweiwanmei | Hits:
« 12 »

CodeBus www.codebus.net